Only copy over the native output directory once
authorAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 16:36:49 +0000 (09:36 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 19:19:02 +0000 (12:19 -0700)
commit7343afbfa78b569ca11b75821966df8047c69b05
tree8ece61d4e2f20e757aa4b06512d62889011c8526
parent7cddb91b054cf58a117e537c840d28b4ef08f89d
Only copy over the native output directory once

Previously it was copying once per target, not once per package.
src/cargo/ops/cargo_rustc/fingerprint.rs
tests/test_cargo_test.rs